home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / doc / libgcrypt11 / TODO < prev   
Encoding:
Text File  |  2006-08-01  |  1.2 KB  |  38 lines

  1. What's left to do                                 -*- outline -*-
  2.  
  3. * Updated the FSF directory.
  4.  
  5. * Add more tests.  Even basic is very minimal.
  6.  
  7. * udiv-qrnbd.o should get build as *.lo [HPUX]
  8.  
  9. * Allow operation using RSA keys consisting of the OpenSSL list of
  10.   parameters and allow for a third form where the private Exponent
  11.   is not given (saves space).
  12.  
  13. * Add a warning to the manual, to check that libgcrypt actually has
  14.   been compiled with thread support when used by a threaded
  15.   application.
  16.  
  17. * write an autoconf test to check whether the linker supports a
  18.   version script.
  19.  
  20. * Make use of the forthcoming visibility attribute.
  21.  
  22. * Add attributes to the MPI functions.
  23.  
  24. * Write tests for the progress function
  25.  
  26. * In case the ac interface will be more popular than the pk interface,
  27.   the asymmetric ciphers could be changed for convenient interaction
  28.   with the ac interface (i.e. by using ac's `data sets') and the pk
  29.   interface could be changed to be a wrapper for the ac interface.
  30.  
  31. * HMAC won't work with sha-512 due to the different block size.  OTOH,
  32.   I can imagine no cryptographic reason to use it.
  33.  
  34. * cipher/pubkey.c and pubkey implementaions.
  35.   Don't rely on the secure memory based wiping function but add an
  36.   extra wiping.
  37.   
  38.